Skip to content

Conversation

lsierant
Copy link
Contributor

@lsierant lsierant commented Aug 28, 2025

Based on PR #309

Chain of upstream PRs as of 2025-08-28

Summary

Proof of Work

Checklist

  • Have you linked a jira ticket and/or is the ticket in the title?
  • Have you checked whether your jira ticket required DOCSP changes?
  • Have you added changelog file?

fealebenpae and others added 26 commits August 23, 2025 23:23
…ebenpae/enterprise-search

# Conflicts:
#	.evergreen-tasks.yml
#	controllers/operator/mongodbsearch_controller.go
#	controllers/search_controller/mongodbsearch_reconcile_helper.go
#	controllers/search_controller/mongodbsearch_reconcile_helper_test.go
#	controllers/search_controller/search_construction.go
#	mongodb-community-operator/controllers/replica_set_controller.go
@lsierant lsierant self-assigned this Aug 28, 2025
@lsierant lsierant mentioned this pull request Aug 28, 2025
3 tasks
@lsierant lsierant added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Aug 28, 2025
Copy link

There is an existing patch(es) for this commit SHA:

Please note that the status that is posted is not in the context of this PR but rather the (latest) existing patch and that may affect some tests that may depend on the particular PR. If your tests do not rely on any PR-specific values (like base or head branch name) then your tests will report the same status. If you would like a patch to run in the context of this PR and abort the other(s), comment 'evergreen retry'.

@lsierant lsierant force-pushed the fealebenpae/enterprise-search-snippets branch from 0f03679 to fe32610 Compare August 31, 2025 22:32
export OPERATOR_ADDITIONAL_HELM_VALUES="registry.imagePullSecrets=prerelease-image-pullsecret"
export OPERATOR_HELM_CHART="oci://quay.io/mongodb/staging/mongodb-kubernetes:${PRERELEASE_VERSION}"

export OPS_MANAGER_API_URL="${OM_BASE_URL}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need ops manager env vars in community deployment?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, good catch!

OPERATOR_ADDITIONAL_HELM_VALUES="$(echo -n "${helm_values[@]}" | tr ' ' ',')"
export OPERATOR_ADDITIONAL_HELM_VALUES
OPERATOR_HELM_CHART="$(realpath "../../../helm_chart")"
OPERATOR_HELM_CHART="$(realpath "${SCRIPT_DIR}/../../helm_chart")"
Copy link
Contributor

@anandsyncs anandsyncs Sep 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it work?
For my local testing I had to use
"$(realpath "${SCRIPT_DIR}/../../../helm_chart")"

@lsierant lsierant mentioned this pull request Sep 1, 2025
3 tasks
Base automatically changed from fealebenpae/enterprise-search to search/public-preview September 2, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Use this label in Pull Request to not require new changelog entry file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants